home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TAWARDSWON / TAWARDSWON.txt
Text File  |  1996-03-05  |  3KB  |  125 lines

  1. object AwardsWon: TAwardsWon
  2.   Left = 337
  3.   Top = 120
  4.   BorderStyle = bsSingle
  5.   Caption = 'Awards'
  6.   ClientHeight = 352
  7.   ClientWidth = 632
  8.   Color = clTeal
  9.   Font.Color = clBlack
  10.   Font.Height = -17
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 19
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 619
  23.     Height = 57
  24.     Color = clGray
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 8
  28.       Top = 4
  29.       Width = 603
  30.       Height = 49
  31.       AutoSize = False
  32.       Caption = 
  33.         'SmartTracker Inventory was awarded the 1995 Ziff Davis Shareware' +
  34.         ' award for the "Best Major Application" presented by PC Magazine' +
  35.         '.'
  36.       Transparent = True
  37.     end
  38.   end
  39.   object Panel2: TPanel
  40.     Left = 8
  41.     Top = 68
  42.     Width = 619
  43.     Height = 57
  44.     TabOrder = 1
  45.     object Label2: TLabel
  46.       Left = 8
  47.       Top = 4
  48.       Width = 603
  49.       Height = 49
  50.       AutoSize = False
  51.       Caption = 
  52.         'Word Search Construction Kit was awarded the 1995 Ziff Davis Sha' +
  53.         'reware award in the "Puzzle & Logic" category presented by Compu' +
  54.         'ter Gaming World.'
  55.       ShowAccelChar = False
  56.       Transparent = True
  57.     end
  58.   end
  59.   object Panel3: TPanel
  60.     Left = 8
  61.     Top = 128
  62.     Width = 619
  63.     Height = 57
  64.     Color = clGray
  65.     TabOrder = 2
  66.     object Label3: TLabel
  67.       Left = 8
  68.       Top = 4
  69.       Width = 603
  70.       Height = 49
  71.       AutoSize = False
  72.       Caption = 
  73.         'Smart Address was a 1994 and 1995 Ziff Davis Shareware award fin' +
  74.         'alist in the "Personal Productivity" category.'
  75.       Transparent = True
  76.     end
  77.   end
  78.   object Panel4: TPanel
  79.     Left = 8
  80.     Top = 188
  81.     Width = 619
  82.     Height = 57
  83.     TabOrder = 3
  84.     object Label4: TLabel
  85.       Left = 8
  86.       Top = 4
  87.       Width = 603
  88.       Height = 49
  89.       AutoSize = False
  90.       Caption = 
  91.         'SmartTracker Videos was a 1995 Ziff Davis Shareware award finali' +
  92.         'st in the "Home and Hobby" category.'
  93.       Transparent = True
  94.     end
  95.   end
  96.   object Panel5: TPanel
  97.     Left = 8
  98.     Top = 248
  99.     Width = 619
  100.     Height = 57
  101.     Color = clGray
  102.     TabOrder = 4
  103.     object Label5: TLabel
  104.       Left = 8
  105.       Top = 4
  106.       Width = 603
  107.       Height = 49
  108.       AutoSize = False
  109.       Caption = 
  110.         'Windows Word Search Rampage was a 1994 Ziff Davis Shareware awar' +
  111.         'd finalist in the "Puzzle and Logic" category.'
  112.       Transparent = True
  113.     end
  114.   end
  115.   object OKButton: TButton
  116.     Left = 272
  117.     Top = 312
  118.     Width = 89
  119.     Height = 33
  120.     Caption = '&Ok'
  121.     TabOrder = 5
  122.     OnClick = OKButtonClick
  123.   end
  124. end
  125.